2
2
.
.
1
1
3
3
P
P
r
r
o
o
f
f
i
i
l
l
e
e
s
s
I
I
n
n
f
f
o
o
[
[
R
R
]
]
Profiles define which files to include/exclude in/from your application.
You can specify for which
Profile to include Class @Profile("Profile1")
Profile to exclude Class @Profile("!Profile1")
Profiles to include/exclude Class @Profile({"Profile1", "!Profile2"})
Profile to include application.properties File application-Profile1.properties
Classes for which Profile is not assigned are always included in the application.
application.properties file for which Profile is not assigned is also always included in the application.
Profile names are NOT Case Sensitive.